[XEND] Add debug class to Xen API plus non-standard debug.wait().
authorAlastair Tse <atse@xensource.com>
Wed, 24 Jan 2007 15:59:09 +0000 (15:59 +0000)
committerAlastair Tse <atse@xensource.com>
Wed, 24 Jan 2007 15:59:09 +0000 (15:59 +0000)
commit16324b1affd81722aa3317eec67804329f943a2d
tree60def0524390c4b262e7c03166489bbd19aa75b8
parent7d65668740aaa122efaca4a3d0754c62c5e60437
[XEND] Add debug class to Xen API plus non-standard debug.wait().

debug.wait(seconds) will just do a time.sleep() so the task progress
support can be tested.

Signed-off-by: Alastair Tse <atse@xensource.com>
tools/python/scripts/xapi.py
tools/python/xen/xend/XendAPI.py